ICamTable.Points property
The additional parameter for the table points, depends on the interpolation type.
Linear interpolation: null.
Poly5 interpolation: it has four point types. "!=" means "not equal to."
- StopPoint: Vel = 0; Acc = 0;
- VelocityPoint: Vel != 0; Acc = 0;
- AccelerationPoint: Vel = 0; Acc != 0;
- MovePoint: Vel != 0; Acc != 0;
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
CamPoint[] Points { get; }
ReadOnly Property Points As CamPoint()
Property value
Type: CamPoint[]
See also